projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95e7195
)
Use utf-8-hfs-unix on macOS (Bug#29712)
author
Alan Third
<alan@idiocy.org>
Sat, 16 Dec 2017 17:02:15 +0000
(17:02 +0000)
committer
Alan Third
<alan@idiocy.org>
Sat, 16 Dec 2017 17:04:58 +0000
(17:04 +0000)
* lisp/term/ns-win.el: Use utf-8-hfs-unix instead of utf-8-hfs.
lisp/term/ns-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/ns-win.el
b/lisp/term/ns-win.el
index 82041a665d5a605d0c8b49dbd2a83eff6a645060..d512e8e506f5a2a7b03e00a268b2ac9cc439988c 100644
(file)
--- a/
lisp/term/ns-win.el
+++ b/
lisp/term/ns-win.el
@@
-354,7
+354,7
@@
See `ns-insert-working-text'."
;; Used prior to Emacs 25.
(define-coding-system-alias 'utf-8-nfd 'utf-8-hfs)
- (set-file-name-coding-system 'utf-8-hfs))
+ (set-file-name-coding-system 'utf-8-hfs
-unix
))
;;;; Inter-app communications support.